| FactEmployerJobStats |
| Default Table Name | FactEmployerJobStats |
| Definition |
| FactEmployerJobStats Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
EmployerJobStatsSK |
int | NO | ||
EmployerJobSK |
int | NO | ||
| EmployerJobBK | int | NO | ||
| EmployerJobNumberFilled | int | NO | ||
| EmployerContactSK | int | YES | ||
EmployerSK |
int | YES | ||
| EmployerBK | int | YES | ||
JobCategorySK |
int | YES | ||
JobSourceSK |
int | YES | ||
JobTitleSK |
int | YES | ||
JobTypeSK |
int | YES | ||
LocationSK |
int | YES | ||
EmployerJobStatusSK |
int | YES | ||
JobExternTypeSK |
int | YES | ||
PlacementJobScheduleSK |
int | YES | ||
| SalaryHigh | decimal(19, 4) | NO | ||
| SalaryLow | decimal(19, 4) | NO | ||
| SalaryAverage | decimal(19, 4) | NO | ||
| EmployerJobNumberOpenings | int | YES | ||
| FirstJobPlacementDateSK | int | NO | ||
| FirstJobPlacementDate | datetime | YES | ||
| LastJobPlacementDateSK | int | NO | ||
| LastJobPlacementDate | datetime | YES | ||
| DaysToFillEmployerJob | int | NO | ||
| EmployerJobPositionIsFullFlag | tinyint | NO | ||
| EmployerJobPositionIsOverFilledFlag | tinyint | NO | ||
| EmployerJobPositionFullOnDate | datetime | YES | ||
| EmployerJobPositionFullOnDateSK | int | NO |
| FactEmployerJobStats Primary and Unique Keys |
| Key Name | Key Type | Keys |
| PK_EmployerJobStats | PrimaryKey | EmployerJobStatsSK |
| FactEmployerJobStats Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Not For Replication |
| DimEmployer | Non-Identifying | Zero or One to Zero or More | FK_EmployerJobStats_DimEmployer | EmployerSK | NO | YES | ||
| DimEmployerJob | Non-Identifying | One To Zero or More | FK_EmployerJobStats_DimEmployerJob | EmployerJobSK | NO | YES | ||
| DimEmployerJobStatus | Non-Identifying | Zero or One to Zero or More | FK_EmployerJobStats_DimEmployerJobStatus | EmployerJobStatusSK | NO | YES | ||
| DimJobCategory | Non-Identifying | Zero or One to Zero or More | FK_EmployerJobStats_DimJobCategory | JobCategorySK | NO | YES | ||
| DimJobExternType | Non-Identifying | Zero or One to Zero or More | FK_EmployerJobStats_DimJobExternType | JobExternTypeSK | NO | YES | ||
| DimJobSource | Non-Identifying | Zero or One to Zero or More | FK_EmployerJobStats_DimJobSource | JobSourceSK | NO | YES | ||
| DimJobTitle | Non-Identifying | Zero or One to Zero or More | FK_EmployerJobStats_DimJobTitle | JobTitleSK | NO | YES | ||
| DimJobType | Non-Identifying | Zero or One to Zero or More | FK_EmployerJobStats_DimJobType | JobTypeSK | NO | YES | ||
| DimLocation | Non-Identifying | Zero or One to Zero or More | FK_EmployerJobStats_DimLocation | LocationSK | NO | YES | ||
| DimPlacementJobSchedule | Non-Identifying | Zero or One to Zero or More | FK_EmployerJobStats_DimPlacementJobSchedule | PlacementJobScheduleSK | NO | YES |
| Child Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Not For Replication |